home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 5 / Amiga Tools 5.iso / tools / dfÜ / bbs / tronbbs / tron / cfg / protocol.cfg < prev    next >
Text File  |  1996-07-16  |  2KB  |  38 lines

  1. ;
  2. ; (XPR.library)  Protocol configuration file
  3. ;
  4. ;  fields:   number  name  batch  resume  libname  ReceiveCfg  SendCfg
  5. ;
  6. ;  number   0  is default for newusers (preferable Zmodem)
  7. ;
  8. ;  number 128  is used for EMSI file transfers (1024 byte Zmodem)
  9. ;  number 129  is used for EMSI file transfers (8192 byte ZedZap (or Zmodem))
  10. ;
  11. ;  'batch'   can be 'BATCH'  or 'SINGLE'
  12. ;  
  13. ;  'resume'  can be 'RESUME' or 'RETRY'
  14. ;            (With RESUME a partialy received file is not deleted)
  15.  
  16.  
  17. #0   "Zmodem"    BATCH  RESUME  "xprzmodem.library"  "TN OR B16 F0 AN DN SN RN P"  "TN OR B16 F0 AN DN SN RN P" 
  18.  
  19. #1   "Ymodem"    BATCH  RETRY   "xprymodem.library"  "Z1 C1 B1 YB"  "ZN C1 B1 YB" 
  20.  
  21. #2   "Ymodem-G"  BATCH  RETRY   "xprymodem.library"  "Z1 C1 B1 YG"  "ZN C1 B1 YG" 
  22.  
  23. #5   "Xmodem"    BATCH  RETRY   "xprymodem.library"  "Z1 C1 B0 YS"  "Z1 C1 B0 YS"
  24.  
  25.  
  26. ; You can only use the Xprzmodem.library V3.0 and higher for #129 !!! */
  27. ; Or use the Xprzedzap.library
  28.  
  29.  
  30. ;#128  "EMSI-ZMO"  BATCH  RESUME  "xprzmodem.library"  "TN OR B16 F0 AN DN SN RN P"  "TN OR B16 F0 AN DN SN RN P" 
  31. #128  "EMSI-ZMO"  BATCH  RESUME  "xprzmodem.library"  "TN ON B16 F0 AN DN SN RN P M1024"  "TN ON B16 F0 AN DN SN RN P M1024" 
  32.  
  33. ;#129  "EMSI-ZMZ"  BATCH  RESUME  "xprzmodem.library"  "TN OR B16 F0 AN DN SN RN P"  "TN OR B16 F0 AN DN SN RN P" 
  34. ;#129  "EMSI-ZMZ"  BATCH  RESUME  "xprzmodem.library"  "TN OR B16 F0 AN DN SN RN P M8192"  "TN OR B16 F0 AN DN SN RN P M8192" 
  35. #129 "EMSI-ZAP"  BATCH  RESUME  "xprzedzap.library"  "TN ON E16 AN DN SN RN P NY UN M8192" "TN ON E16 AN DN SN RN P NY UN M8192"
  36.  
  37.  
  38.